From: Anton Gladky Date: Sat, 15 Feb 2025 13:13:19 +0000 (+0000) Subject: Add missing GL header X-Git-Tag: archive/raspbian/9.5.2+dfsg2-4+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9c92f02742b0437932fec1bedaf991fbe8559416;p=vtk9.git Add missing GL header Last-Update: 2024-01-10 Gbp-Pq: Name 100_add_missing_gl_header.patch --- diff --git a/GUISupport/Qt/QVTKOpenGLWindow.cxx b/GUISupport/Qt/QVTKOpenGLWindow.cxx index ab078921..fef737ac 100644 --- a/GUISupport/Qt/QVTKOpenGLWindow.cxx +++ b/GUISupport/Qt/QVTKOpenGLWindow.cxx @@ -22,6 +22,8 @@ #include "vtkObjectFactory.h" #include "vtkOpenGLState.h" +#include + VTK_ABI_NAMESPACE_BEGIN QVTKOpenGLWindow::QVTKOpenGLWindow(QOpenGLWindow::UpdateBehavior ub, QWindow* p) : QVTKOpenGLWindow(vtkSmartPointer::New(), nullptr, ub, p)